home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / XFERULZ.422 < prev    next >
Text File  |  1993-02-24  |  5KB  |  109 lines

  1. Transfer Rules mod
  2. ``Captian`` WW4net #74 AT 7702
  3. 3Saturday, February 20, 1993  1 9:30 pm
  4. ┌────────────────────────────────────────────────────────────────────────────┐
  5. │ Mod Name       : Transfer Rules Mod                                        │
  6. │ Mod File Name  : Trules.mod                                                │
  7. │ Mod Author     : Sleestack 1@7760 (WWIVNet)                                │
  8. │ Mod WWIV ver.  : 4.22                              │ 
  9. │ Mod Date       : 02/20/93                                                  │
  10. │ Mod Difficulty : ▓░░░░░░░░░                                                │
  11. └────────────────────────────────────────────────────────────────────────────┘
  12.  
  13.  
  14. ┌───────────────┐
  15. │Mod Description│
  16. └───────────────┴─────────────────────────────────────────────────────────────
  17.        This mod will print a file called "Rules.MSG" when a user types the
  18.     letter " T " to go to the transfer subs.. It will give them a list of    
  19.     rules that you have layed out..
  20.            
  21.  
  22. ┌──────┐
  23. │ Note │
  24. └──────┴──────────────────────────────────────────────────────────────────────
  25.        You will need the file called " Rules.msg " or you will have to make 
  26.     one of your own with an editor and save it as Rules.msg.. If you use the
  27.     one that is with this mod you will want to change it to fit your board..
  28.        After you have done that you will need to put the " Rules.msg " file 
  29.     into your (WWIV\GFILES) dir... 
  30.     Now on with the MOD... 
  31.  
  32.  
  33. ┌──────────┐
  34. │Directions│
  35. └──────────┘
  36.  
  37. ┌──────┐
  38. │Step 1│
  39. └──────┴──────────────────────────────────────────────────────────────────────
  40.  Load  BBS.C in to your editor and find > case 't' and change it with this..
  41.  
  42.   case 'T':
  43.     if (syscfg.sysconfig & sysconfig_no_xfer) {
  44.       nl();
  45.       pl(get_string(30));
  46.       nl();
  47.       break;
  48.      } 
  49.     if (udir[0].subnum!=-1)
  50.       curdloads=1;
  51.     else {
  52.       nl();
  53.       pl(get_string(31));
  54.       nl();
  55.     }
  56.       printfile("rules.msg");          /* This is what you added */
  57.     break;
  58.  
  59. ┌──────┐
  60. │Step 2│
  61. └──────┴──────────────────────────────────────────────────────────────────────
  62.      Okay now save that and compile it..  
  63.  
  64. ┌──────┐
  65. │Step 3│
  66. └──────┴──────────────────────────────────────────────────────────────────────
  67.      Now make sure  that you have the Rules.msg file in your, \Gfiles dir
  68.      and then try it..
  69.  
  70. ┌──────┐
  71. │Step 4│
  72. └──────┴──────────────────────────────────────────────────────────────────────
  73.     Okay this is the "rules.msg" file.. Edit it, then cut it and save it to
  74.   your \gfiles dir as RULES.MSG......
  75.   
  76.   
  77. ╔═════════════════════════════════════════════════════════════════════════════╗
  78. ║                       Welcome To The Transfer Section.                      ║
  79. ╠═════════════════════════════════════════════════════════════════════════════╣
  80. ║                                                                             ║
  81. ║         There are a few guidelines here which should be followed.           ║
  82. ║                                                                             ║
  83. ║    1.  Please upload files using PKZIP Version 1.10.  Do not use PKZIP      ║
  84. ║        versions 2.04 or 2.04e.  These don't work on 8088's                  ║
  85. ║                                                                             ║
  86. ║    2.  Please DO NOT upload files that are already here.  It takes only     ║
  87. ║        a few seconds to check to see if the file exists...                  ║
  88. ║                                                                             ║
  89. ║    3.  There IS a Upload/Download Ratio here.  There is no Post to Call     ║
  90. ║        ratio...   The Ratio is 0.247                                        ║
  91. ║                                                                             ║
  92. ║    4.  All files are downloaded AT YOUR OWN RISK!  The Land Of The Lost     ║
  93. ║        takes no responsibility for an files downloaded from here.           ║
  94. ║                                                                             ║
  95. ║    5.  Do NOT upload any elite files to this board... Shareware only...     ║
  96. ║                                                                             ║
  97. ╚═════════════════════════════════════════════════════════════════════════════╝
  98.     
  99. ┌──────────┐
  100. │Disclaimer│
  101. └──────────┴──────────────────────────────────────────────────────────────────
  102.  I am not responsible if your board gets fried, your hard disk goes nuts, or
  103.  something terrible happens.  The code in this mod should be harmless, but I
  104.  can't guarantee it will work for you.  It works on my board.
  105.  
  106.                         -= Sleestack =-
  107.                       Land Of The Lost BBS
  108.                         1@7760 <WWIVNet>
  109.                         1@7760 (ALEFNet)